@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	font-family: 'Roboto', sans-serif;
	background: url(img/background.png) no-repeat center center fixed;
	background-size: cover;
}

.main-section {
	margin: 0 auto;
	margin-top: 170px;
	padding: 0;
}

.modal-content {
	background-color: #3b4652;
	opacity: .9;
	padding: 0 18px;
	border-radius: 15px;
}

.user-img {
	margin-top: -50px;
	margin-bottom: 35px;
}

.user-img img {
	height: 150px;
	widows: 150px;
	border-radius: 10px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group input {
	height: 42px;
	border-radius: 8px;
	border: 0;
	font-size: 18px;
	padding-left: 45px;
}

.form-group::before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f007";
	position: absolute;
	font-size: 22px;
	color: #555e60;
	left: 28px;
	padding-top: 4px;
}

.form-group:last-of-type::before {
	content: "\f2c2";
}

.btn {
	width: 40%;
	margin: 5px 0 25px;
	background-color: #3091e4;
	color: #fff;
	font-size: 19px;
	padding: 7px 14px;
	border-radius: 8px;
}

.btn:hover, .btn:focus {
	background-color: #167ad1!important;
}

.fa-sign-in-alt {
	font-size: 20px;
	margin-right: 7px;
}

.forgot {
	padding: 5px 0 25px;
}

.forgot a {
	color: #bde7ff;
}
